home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 155 / XENIATGM155.iso / Gioco Allegato / Mods / SWRv0.1.exe / SWRv0.1 / etg / Bullet_SW_ProtonTorpedeo.ebg < prev    next >
Text File  |  2001-07-06  |  640b  |  30 lines

  1. eventStart(float damage = 10, float velocity = 20, float length = 10, float duration = 9999)
  2.  
  3. maxFrequency(50)
  4.  
  5. variable
  6. {
  7. int   flame
  8. float flamesize
  9. float value
  10.  
  11. }
  12.  
  13. startup
  14. {
  15.         setDefaults()
  16.         setScale(65)
  17.         setLength(2)
  18.         setDeltaR(5, [(360) * 2.0 * 3.14159265359789 / 360.0])
  19.         setMesh(etg\meshes\misc\bullet.geo)
  20.         setTexture(textures\bullets\protontorpedeo, 0, 0, 32, 64)
  21.         setDepthWrite(0)
  22.         setPseudoBillboard(1)
  23.         setVelocityInWorldSpace(1)
  24.         setLighting(0)
  25.         setIllum(1)
  26.         setLifespan(1000)
  27.  
  28.         flame <- createMeshes(1,0)
  29. }
  30.